gpsbabel.git
2023-03-11 Robert LipeMake single arg ctor for UrlLink explicit
2023-03-07 Robert LipeRemove gpssim formet per 02/28/2022 proposal. (#1028)
2023-03-07 積丹尼 Dan JacobsonClarify how to write feet in fmt_unicsv (#1018)
2023-03-07 tsteven4wrap long lines in verbatim elements, such as screen...
2023-03-06 tsteven4correct input validation for interpolate time option...
2023-03-03 Robert LipeMake Navilink debugging runtime selectable. (#1013)
2023-03-03 Robert LipeWork on grtcrc to be a little more functional and C...
2023-02-20 tsteven4add support for dynamic formats (#1005)
2023-02-18 GPSBabelRemove remaining callers and definition of rtrim. ...
2023-02-13 積丹尼 Dan JacobsonUpdate gpsbabel_man.xml (#1003)
2023-02-08 tsteven4de-duplicate format setup in find_vec (#997)
2023-02-08 Robert LipeRemove ltrtim(). No callers remain.
2023-01-28 tsteven4create wpts from kml placemark/multigeometry/points...
2023-01-27 tsteven4convert geo to Format class. (#998)
2023-01-26 tsteven4convert igc to Format class. (#996)
2023-01-24 tsteven4eliminate use of time_t etc in igc. (#995)
2023-01-22 tsteven4eliminate some time_t uses. (#994)
2023-01-20 tsteven4use bool type (#992)
2023-01-18 tsteven4Enable the gpx reader to use the declared namespace...
2023-01-17 積丹尼 Dan JacobsonUpdate trackfilter.h (#987)
2023-01-17 tsteven4macOS brew install fix (#986)
2023-01-14 tsteven4fix kml balloon trailing space (#984)
2023-01-12 積丹尼 Dan JacobsonUpdate kml-prec.xml (#979)
2023-01-12 積丹尼 Dan JacobsonUpdate kml.xml (#980)
2023-01-11 tsteven4eliminate some uses of xstrdup/xstrndup. (#977)
2023-01-08 tsteven4remove some unused code. (#976)
2023-01-07 tsteven4mimic std::optional for flagged Waypoint fields. (...
2023-01-06 tsteven4another use of potentially invalid waypt field. (#974)
2023-01-06 tsteven4fix errors handling optional Waypoint fields. (#948)
2023-01-06 tsteven4remove encoding, fixed encoding data from formats....
2023-01-06 tsteven4remove remaining shadows of cet (#971)
2023-01-02 tsteven4enforce exclusivity among sort options (#970)
2023-01-02 tsteven4modernize units (#969)
2023-01-02 tsteven4Make geocache a real class. (#968)
2022-12-31 tsteven4fix clang diagnostic cast-qual (#967)
2022-12-30 tsteven4use enums for mutually exclusive options in simplify...
2022-12-29 tsteven4odds and ends (#964)
2022-12-29 tsteven4Use QString::compare(QStringView, Qt::CaseSensitivity...
2022-12-29 tsteven4move gbfile.h, zlib.h out of defs.h. (#963)
2022-12-28 tsteven4cleanup datum lookup & constants (#962)
2022-12-28 Robert LipeObsolete Magellan serial and SD formats (#961)
2022-12-28 Robert Lipe[WIP] Modernize garmin_txt Take the few remaining good...
2022-12-27 tsteven4move xml tag utilities to xml_tag.cc (#960)
2022-12-22 Robert LipeRemove all uses of sprintf (#958)
2022-12-22 Robert LipeDrop incomplete html_encrypt option in kml writer ...
2022-12-02 tsteven4add zlib license (#954)
2022-12-02 tsteven4get dependabot.yaml in correct location (#953)
2022-12-02 tsteven4add dependabot for github actions. (#952)
2022-12-02 tsteven4update zlib to 1.2.13. (#951)
2022-11-27 tsteven4add power to kml track descriptions and balloons. ...
2022-11-24 tsteven4fix document generation on fedora (#949)
2022-11-24 tsteven4add jing for fedora builds. (#942)
2022-11-22 tsteven4Merge pull request #947 from tsteven4/tweaks
2022-11-20 tsteven4fix some tidy llvm-namespace-comment
2022-11-20 tsteven4fix rounding in holux.
2022-11-20 tsteven4fix tidy bugprone-reserved-identifier
2022-11-20 tsteven4fix tidy readability-container-size-empty
2022-11-20 tsteven4fix tidy performance-type-promotion-in-math-fn
2022-11-20 tsteven4fix tidy performance-unnecessary-copy-initialization
2022-11-20 tsteven4fix tidy modernize-deprecated-headers
2022-11-20 tsteven4tidy bugprone-incorrect-roundings
2022-11-20 tsteven4use structured binding instead of std::tie.
2022-11-14 tsteven4update macos build system (#946)
2022-11-12 tsteven4relax time constraints on trackfilter move. (#945)
2022-11-07 tsteven4enhance faketime option to allow subsecond steps. ...
2022-10-30 tsteven4doc content fixes. (#941)
2022-10-30 tsteven4update documentation to DocBook 5.0 (#940)
2022-10-30 Robert LipeDon't make it easy to iterate the state_t enum...except...
2022-10-28 tsteven4Merge pull request #938 from tsteven4/makedoc
2022-10-28 tsteven4stay on macos11 for github actions a bit longer.
2022-10-28 tsteven4fix perlcritic issues with makedoc.
2022-10-28 tsteven4use strict on makedoc.
2022-10-27 tsteven4fix makedoc warnings.
2022-10-27 tsteven4clean up makedoc with perltidy.
2022-10-23 tsteven4document generation improvements (#937)
2022-10-21 tsteven4Retire qmake. (#935)
2022-10-16 tsteven4Qmaketocmake7 (#933)
2022-10-12 tsteven4update workflows (#932)
2022-10-10 tsteven4fix skipping of kml validation with valgrind. (#930)
2022-10-10 tsteven4use cmake for ubuntu CI, CMakeFileLists tweaks. (#929)
2022-10-03 tsteven4move CI sanitizier, clazy, coverage builds to cmake...
2022-10-03 tsteven4simplify cmake builds (#925)
2022-09-24 tsteven4fix Qt version dependencies (#922)
2022-09-23 tsteven4prepare for deprecation of qmake. (#920)
2022-09-20 tsteven4coretool fixes and enhancements (#921)
2022-09-02 tsteven4github runner updates (#919)
2022-08-30 tsteven4Merge pull request #917 from tsteven4/taborder
2022-08-30 tsteven4set tab order for filter widgets.
2022-08-25 tsteven4Merge pull request #916 from tsteven4/issue915
2022-08-25 tsteven4use radio buttons for exclusive choice of timespec
2022-08-23 tsteven4fix GUI handling of track filter start/stop times.
2022-08-22 tsteven4fix maps javascript api deprecation warning. (#914)
2022-08-18 tsteven4QStringize vecs a bit more. (#913)
2022-08-15 tsteven4replace atoi, atol, atof (#912)
2022-08-09 tsteven4delete reference files not used by testo (or whiteliste...
2022-08-08 tsteven4delete obsolete and unused document sections. (#910)
2022-08-08 tsteven4remove remnants of zombie f90g_track. (#909)
2022-08-08 tsteven4Add missing qstartz_bl_1000 header to build generators...
2022-08-08 tsteven4remove remnants of zombie mapbar. (#907)
2022-08-04 tsteven4retire html_entitize, xml_entitize. (#906)
next